home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00037_Click Sound & Props!.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  610 b   |  36 lines

  1. on mouseUp
  2.   global gClickle
  3.   if gClickle = 1 then
  4.     puppetSound(0)
  5.   end if
  6.   if gClickle = 1 then
  7.     play frame "New"
  8.   end if
  9.   if gClickle = 2 then
  10.     puppetSound(0)
  11.   end if
  12.   if gClickle = 2 then
  13.     play frame "Party"
  14.   end if
  15.   if gClickle = 3 then
  16.     play frame "Mono"
  17.   end if
  18.   if gClickle = 4 then
  19.     play frame "Hug"
  20.   end if
  21.   if gClickle = 5 then
  22.     play frame "Dumb"
  23.   end if
  24.   if gClickle = 6 then
  25.     play frame "Upgrade"
  26.   end if
  27.   if gClickle = 7 then
  28.     play frame "Where"
  29.   end if
  30.   if gClickle = 8 then
  31.     play frame "END"
  32.   end if
  33.   updateStage()
  34.   play frame "Shake it!"
  35. end
  36.